home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows4 / prndrv.zip / ABOUT.H < prev    next >
Text File  |  1992-02-20  |  352b  |  13 lines

  1. // Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. #define AboutBoxName    "AboutDlg"     // Name of About Box in RC file.
  4.  
  5.  
  6. // Globally used function prototypes.
  7.  
  8. BOOL FAR PASCAL AboutDlg (HWND hDlg, 
  9.                       unsigned message, 
  10.                           WORD wParam, 
  11.                           LONG lParam);
  12.  
  13.